Html Css Color HEX #ACAC07 Citrus

📋 copy color: '#ACAC07'

red 172 ◦ green 172 ◦ blue 7

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

Shades of Citrus #ACAC07

Tints of Citrus #ACAC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49%

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 49%
G = 49%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#ACAC07 (or 0xACAC07) is known color: Citrus. HEX triplet: AC, AC and 07. RGB value is (172,172,7). Sum of RGB (Red+Green+Blue) = 172+172+7=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC07 is #5353F8. Grayscale: #999999. Windows color (decimal): -5460985 or 502956. OLE color: 502956.

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

Color convert

RGB 172 172 7 -
CMYK 0 0 0.96 0.33
HSL 60º 0.92% 0.35% -
HSV(B) 60º 0.96% 0.67% -
XYZ 31.8 38.29 5.92 -
YUV 153.19 45.5 141.42 -
System Red Green Blue C M Y K H S L
Decimal 172 172 7 0 0 0.96 0.33 60 0.92 0.35
Hex AC AC 7 0 0 60 21 3C 5C 23
Octal 254 254 7 0 0 140 41 74 134 43
Binary 10101100 10101100 111 0 0 1100000 100001 111100 1011100 100011

Color Harmonies of #ACAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC07

Black with #ACAC07

Text Example


Text Example

White with #ACAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC07; }

 p { color: rgb(172,172,7); }

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

background-color css

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

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

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

border-color css

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

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

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