Html Css Color HEX #A8AC0D Citrus

📋 copy color: '#A8AC0D'

red 168 ◦ green 172 ◦ blue 13

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

Shades of Citrus #A8AC0D

Tints of Citrus #A8AC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 47.59%
G = 48.73%
B = 3.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A8AC0D (or 0xA8AC0D) is known color: Citrus. HEX triplet: A8, AC and 0D. RGB value is (168,172,13). Sum of RGB (Red+Green+Blue) = 168+172+13=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC0D is #5753F2. Grayscale: #999999. Windows color (decimal): -5723123 or 896168. OLE color: 896168.

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

Color convert

RGB 168 172 13 -
CMYK 0.02 0 0.92 0.33
HSL 61.51º 0.86% 0.36% -
HSV(B) 61.51º 0.92% 0.67% -
XYZ 30.97 37.86 6.06 -
YUV 152.68 49.17 138.93 -
System Red Green Blue C M Y K H S L
Decimal 168 172 13 0.02 0 0.92 0.33 61.51 0.86 0.36
Hex A8 AC D 2 0 5C 21 3E 56 24
Octal 250 254 15 2 0 134 41 76 126 44
Binary 10101000 10101100 1101 10 0 1011100 100001 111110 1010110 100100

Color Harmonies of #A8AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC0D

Black with #A8AC0D

Text Example


Text Example

White with #A8AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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