Html Css Color HEX #ACAF0A Citrus

📋 copy color: '#ACAF0A'

red 172 ◦ green 175 ◦ blue 10

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

Shades of Citrus #ACAF0A

Tints of Citrus #ACAF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 48.18%
G = 49.02%
B = 2.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#ACAF0A (or 0xACAF0A) is known color: Citrus. HEX triplet: AC, AF and 0A. RGB value is (172,175,10). Sum of RGB (Red+Green+Blue) = 172+175+10=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAF0A is #5350F5. Grayscale: #9B9B9B. Windows color (decimal): -5460214 or 700332. OLE color: 700332.

HSL color Cylindrical-coordinate representation of color #ACAF0A: hue angle of 61.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACAF0A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 175 10 -
CMYK 0.02 0 0.94 0.31
HSL 61.09º 0.89% 0.36% -
HSV(B) 61.09º 0.94% 0.69% -
XYZ 32.4 39.45 6.19 -
YUV 155.29 46.01 139.92 -
System Red Green Blue C M Y K H S L
Decimal 172 175 10 0.02 0 0.94 0.31 61.09 0.89 0.36
Hex AC AF A 2 0 5E 1F 3D 59 24
Octal 254 257 12 2 0 136 37 75 131 44
Binary 10101100 10101111 1010 10 0 1011110 11111 111101 1011001 100100

Color Harmonies of #ACAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF0A

Black with #ACAF0A

Text Example


Text Example

White with #ACAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF0A; }

 p { color: rgb(172,175,10); }

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

background-color css

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

 a { background-color: rgb(172,175,10); }

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

border-color css

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

 span { border-color: rgb(172,175,10); }

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