Html Css Color HEX #ACA500 Citrus

📋 copy color: '#ACA500'

red 172 ◦ green 165 ◦ blue 0

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

Shades of Citrus #ACA500

Tints of Citrus #ACA500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.04%
G = 48.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ACA500 (or 0xACA500) is known color: Citrus. HEX triplet: AC, A5 and 00. RGB value is (172,165,0). Sum of RGB (Red+Green+Blue) = 172+165+0=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA500 is #535AFF. Grayscale: #949494. Windows color (decimal): -5462784 or 42412. OLE color: 42412.

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

Color convert

RGB 172 165 0 -
CMYK 0 0.04 1 0.33
HSL 57.56º 1% 0.34% -
HSV(B) 57.56º 1% 0.67% -
XYZ 30.47 35.68 5.28 -
YUV 148.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 172 165 0 0 0.04 1 0.33 57.56 1 0.34
Hex AC A5 0 0 4 64 21 3A 64 22
Octal 254 245 0 0 4 144 41 72 144 42
Binary 10101100 10100101 0 0 100 1100100 100001 111010 1100100 100010

Color Harmonies of #ACA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA500

Black with #ACA500

Text Example


Text Example

White with #ACA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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