Html Css Color HEX #ACA502 Citrus

📋 copy color: '#ACA502'

red 172 ◦ green 165 ◦ blue 2

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

Shades of Citrus #ACA502

Tints of Citrus #ACA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.67%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 50.74%
G = 48.67%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ACA502 (or 0xACA502) is known color: Citrus. HEX triplet: AC, A5 and 02. RGB value is (172,165,2). Sum of RGB (Red+Green+Blue) = 172+165+2=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA502 is #535AFD. Grayscale: #959595. Windows color (decimal): -5462782 or 173484. OLE color: 173484.

HSL color Cylindrical-coordinate representation of color #ACA502: hue angle of 57.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACA502 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 165 2 -
CMYK 0 0.04 0.99 0.33
HSL 57.53º 0.98% 0.34% -
HSV(B) 57.53º 0.99% 0.67% -
XYZ 30.48 35.69 5.34 -
YUV 148.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 172 165 2 0 0.04 0.99 0.33 57.53 0.98 0.34
Hex AC A5 2 0 4 63 21 3A 62 22
Octal 254 245 2 0 4 143 41 72 142 42
Binary 10101100 10100101 10 0 100 1100011 100001 111010 1100010 100010

Color Harmonies of #ACA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA502

Black with #ACA502

Text Example


Text Example

White with #ACA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA502; }

 p { color: rgb(172,165,2); }

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

background-color css

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

 a { background-color: rgb(172,165,2); }

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

border-color css

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

 span { border-color: rgb(172,165,2); }

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