Html Css Color HEX #ACA901 Citrus

📋 copy color: '#ACA901'

red 172 ◦ green 169 ◦ blue 1

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

Shades of Citrus #ACA901

Tints of Citrus #ACA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.42%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 50.29%
G = 49.42%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ACA901 (or 0xACA901) is known color: Citrus. HEX triplet: AC, A9 and 01. RGB value is (172,169,1). Sum of RGB (Red+Green+Blue) = 172+169+1=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA901 is #5356FE. Grayscale: #979797. Windows color (decimal): -5461759 or 108972. OLE color: 108972.

HSL color Cylindrical-coordinate representation of color #ACA901: hue angle of 58.95º degrees, saturation: 0.99, 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 #ACA901 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 169 1 -
CMYK 0 0.02 0.99 0.33
HSL 58.95º 0.99% 0.34% -
HSV(B) 58.95º 0.99% 0.67% -
XYZ 31.21 37.15 5.55 -
YUV 150.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 172 169 1 0 0.02 0.99 0.33 58.95 0.99 0.34
Hex AC A9 1 0 2 63 21 3B 63 22
Octal 254 251 1 0 2 143 41 73 143 42
Binary 10101100 10101001 1 0 10 1100011 100001 111011 1100011 100010

Color Harmonies of #ACA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA901

Black with #ACA901

Text Example


Text Example

White with #ACA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA901; }

 p { color: rgb(172,169,1); }

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

background-color css

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

 a { background-color: rgb(172,169,1); }

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

border-color css

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

 span { border-color: rgb(172,169,1); }

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