Html Css Color HEX #ACAB0F Citrus

📋 copy color: '#ACAB0F'

red 172 ◦ green 171 ◦ blue 15

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

Shades of Citrus #ACAB0F

Tints of Citrus #ACAB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.19%

R = 48.04%
G = 47.77%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ACAB0F (or 0xACAB0F) is known color: Citrus. HEX triplet: AC, AB and 0F. RGB value is (172,171,15). Sum of RGB (Red+Green+Blue) = 172+171+15=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB0F is #5354F0. Grayscale: #9A9A9A. Windows color (decimal): -5461233 or 1026988. OLE color: 1026988.

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

Color convert

RGB 172 171 15 -
CMYK 0 0.01 0.91 0.33
HSL 59.62º 0.84% 0.37% -
HSV(B) 59.62º 0.91% 0.67% -
XYZ 31.66 37.93 6.1 -
YUV 153.52 49.83 141.18 -
System Red Green Blue C M Y K H S L
Decimal 172 171 15 0 0.01 0.91 0.33 59.62 0.84 0.37
Hex AC AB F 0 1 5B 21 3C 54 25
Octal 254 253 17 0 1 133 41 74 124 45
Binary 10101100 10101011 1111 0 1 1011011 100001 111100 1010100 100101

Color Harmonies of #ACAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB0F

Black with #ACAB0F

Text Example


Text Example

White with #ACAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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