Html Css Color HEX #A4A002 Citrus

📋 copy color: '#A4A002'

red 164 ◦ green 160 ◦ blue 2

#A4A002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A4A002

Tints of Citrus #A4A002

RGB

 RED value IS 164 (64.45% from 255) = 50.31%

 GREEN value IS 160 (62.89% from 255) = 49.08%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 50.31%
G = 49.08%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4A002 (or 0xA4A002) is known color: Citrus. HEX triplet: A4, A0 and 02. RGB value is (164,160,2). Sum of RGB (Red+Green+Blue) = 164+160+2=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A002 is #5B5FFD. Grayscale: #8F8F8F. Windows color (decimal): -5988350 or 172196. OLE color: 172196.

HSL color Cylindrical-coordinate representation of color #A4A002: hue angle of 58.52º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4A002 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 2 -
CMYK 0 0.02 0.99 0.36
HSL 58.52º 0.98% 0.33% -
HSV(B) 58.52º 0.99% 0.64% -
XYZ 27.89 33.04 4.96 -
YUV 143.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 164 160 2 0 0.02 0.99 0.36 58.52 0.98 0.33
Hex A4 A0 2 0 2 63 24 3B 62 21
Octal 244 240 2 0 2 143 44 73 142 41
Binary 10100100 10100000 10 0 10 1100011 100100 111011 1100010 100001

Color Harmonies of #A4A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A002

Black with #A4A002

Text Example


Text Example

White with #A4A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A002; }

 p { color: rgb(164,160,2); }

 H1.HeaderClassName
 {
   color: #A4A002;
 }
 .AnyTagClassName
 {
   color: #A4A002;
 }
</style>

background-color css

<style>
 a { background-color: #A4A002; }

 a { background-color: rgb(164,160,2); }

 div.DivClassName
 {
   background-color: #A4A002;
 }
 .BgClassName
 {
   background-color: #A4A002;
 }
</style>

border-color css

<style>
 span { border-color: #A4A002; }

 span { border-color: rgb(164,160,2); }

 td.TdClassName
 {
   border-color: #A4A002;
 }
 .TagClassName
 {
   border-color: #A4A002;
 }
</style>