Html Css Color HEX #A4AC0C Citrus

📋 copy color: '#A4AC0C'

red 164 ◦ green 172 ◦ blue 12

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

Shades of Citrus #A4AC0C

Tints of Citrus #A4AC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.43%

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 47.13%
G = 49.43%
B = 3.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#A4AC0C (or 0xA4AC0C) is known color: Citrus. HEX triplet: A4, AC and 0C. RGB value is (164,172,12). Sum of RGB (Red+Green+Blue) = 164+172+12=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AC0C is #5B53F3. Grayscale: #979797. Windows color (decimal): -5985268 or 830628. OLE color: 830628.

HSL color Cylindrical-coordinate representation of color #A4AC0C: hue angle of 63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4AC0C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 172 12 -
CMYK 0.05 0 0.93 0.33
HSL 63º 0.87% 0.36% -
HSV(B) 63º 0.93% 0.67% -
XYZ 30.13 37.42 5.98 -
YUV 151.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 164 172 12 0.05 0 0.93 0.33 63 0.87 0.36
Hex A4 AC C 5 0 5D 21 3F 57 24
Octal 244 254 14 5 0 135 41 77 127 44
Binary 10100100 10101100 1100 101 0 1011101 100001 111111 1010111 100100

Color Harmonies of #A4AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AC0C

Black with #A4AC0C

Text Example


Text Example

White with #A4AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AC0C; }

 p { color: rgb(164,172,12); }

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

background-color css

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

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

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

border-color css

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

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

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