Html Css Color HEX #A8AC06 Citrus

📋 copy color: '#A8AC06'

red 168 ◦ green 172 ◦ blue 6

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

Shades of Citrus #A8AC06

Tints of Citrus #A8AC06

RGB

 RED value IS 168 (66.02% from 255) = 48.55%

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

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 48.55%
G = 49.71%
B = 1.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#A8AC06 (or 0xA8AC06) is known color: Citrus. HEX triplet: A8, AC and 06. RGB value is (168,172,6). Sum of RGB (Red+Green+Blue) = 168+172+6=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC06 is #5753F9. Grayscale: #989898. Windows color (decimal): -5723130 or 437416. OLE color: 437416.

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

Color convert

RGB 168 172 6 -
CMYK 0.02 0 0.97 0.33
HSL 61.45º 0.93% 0.35% -
HSV(B) 61.45º 0.97% 0.67% -
XYZ 30.93 37.84 5.85 -
YUV 151.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 168 172 6 0.02 0 0.97 0.33 61.45 0.93 0.35
Hex A8 AC 6 2 0 61 21 3D 5D 23
Octal 250 254 6 2 0 141 41 75 135 43
Binary 10101000 10101100 110 10 0 1100001 100001 111101 1011101 100011

Color Harmonies of #A8AC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC06

Black with #A8AC06

Text Example


Text Example

White with #A8AC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC06; }

 p { color: rgb(168,172,6); }

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

background-color css

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

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

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

border-color css

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

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

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