Html Css Color HEX #ACAB07 Citrus

📋 copy color: '#ACAB07'

red 172 ◦ green 171 ◦ blue 7

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

Shades of Citrus #ACAB07

Tints of Citrus #ACAB07

RGB

 RED value IS 172 (67.58% from 255) = 49.14%

 GREEN value IS 171 (67.19% from 255) = 48.86%

 BLUE value IS 7 (3.13% from 255) = 2%

R = 49.14%
G = 48.86%
B = 2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#ACAB07 (or 0xACAB07) is known color: Citrus. HEX triplet: AC, AB and 07. RGB value is (172,171,7). Sum of RGB (Red+Green+Blue) = 172+171+7=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB07 is #5354F8. Grayscale: #999999. Windows color (decimal): -5461241 or 502700. OLE color: 502700.

HSL color Cylindrical-coordinate representation of color #ACAB07: hue angle of 59.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACAB07 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 7 -
CMYK 0 0.01 0.96 0.33
HSL 59.64º 0.92% 0.35% -
HSV(B) 59.64º 0.96% 0.67% -
XYZ 31.61 37.91 5.85 -
YUV 152.6 45.83 141.84 -
System Red Green Blue C M Y K H S L
Decimal 172 171 7 0 0.01 0.96 0.33 59.64 0.92 0.35
Hex AC AB 7 0 1 60 21 3C 5C 23
Octal 254 253 7 0 1 140 41 74 134 43
Binary 10101100 10101011 111 0 1 1100000 100001 111100 1011100 100011

Color Harmonies of #ACAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB07

Black with #ACAB07

Text Example


Text Example

White with #ACAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB07; }

 p { color: rgb(172,171,7); }

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

background-color css

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

 a { background-color: rgb(172,171,7); }

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

border-color css

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

 span { border-color: rgb(172,171,7); }

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