Html Css Color HEX #A4A408 Citrus

📋 copy color: '#A4A408'

red 164 ◦ green 164 ◦ blue 8

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

Shades of Citrus #A4A408

Tints of Citrus #A4A408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.81%

 BLUE value IS 8 (3.52% from 255) = 2.38%

R = 48.81%
G = 48.81%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A4A408 (or 0xA4A408) is known color: Citrus. HEX triplet: A4, A4 and 08. RGB value is (164,164,8). Sum of RGB (Red+Green+Blue) = 164+164+8=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A408 is #5B5BF7. Grayscale: #929292. Windows color (decimal): -5987320 or 566436. OLE color: 566436.

HSL color Cylindrical-coordinate representation of color #A4A408: hue angle of 60º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4A408 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 164 8 -
CMYK 0 0 0.95 0.36
HSL 60º 0.91% 0.34% -
HSV(B) 60º 0.95% 0.64% -
XYZ 28.63 34.46 5.37 -
YUV 146.22 50 140.68 -
System Red Green Blue C M Y K H S L
Decimal 164 164 8 0 0 0.95 0.36 60 0.91 0.34
Hex A4 A4 8 0 0 5F 24 3C 5B 22
Octal 244 244 10 0 0 137 44 74 133 42
Binary 10100100 10100100 1000 0 0 1011111 100100 111100 1011011 100010

Color Harmonies of #A4A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A408

Black with #A4A408

Text Example


Text Example

White with #A4A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A408; }

 p { color: rgb(164,164,8); }

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

background-color css

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

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

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

border-color css

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

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

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