Html Css Color HEX #A6AF0D Citrus

📋 copy color: '#A6AF0D'

red 166 ◦ green 175 ◦ blue 13

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

Shades of Citrus #A6AF0D

Tints of Citrus #A6AF0D

RGB

 RED value IS 166 (65.23% from 255) = 46.89%

 GREEN value IS 175 (68.75% from 255) = 49.44%

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

R = 46.89%
G = 49.44%
B = 3.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#A6AF0D (or 0xA6AF0D) is known color: Citrus. HEX triplet: A6, AF and 0D. RGB value is (166,175,13). Sum of RGB (Red+Green+Blue) = 166+175+13=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF0D is #5950F2. Grayscale: #9A9A9A. Windows color (decimal): -5853427 or 896934. OLE color: 896934.

HSL color Cylindrical-coordinate representation of color #A6AF0D: hue angle of 63.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6AF0D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 175 13 -
CMYK 0.05 0 0.93 0.31
HSL 63.33º 0.86% 0.37% -
HSV(B) 63.33º 0.93% 0.69% -
XYZ 31.13 38.8 6.23 -
YUV 153.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 166 175 13 0.05 0 0.93 0.31 63.33 0.86 0.37
Hex A6 AF D 5 0 5D 1F 3F 56 25
Octal 246 257 15 5 0 135 37 77 126 45
Binary 10100110 10101111 1101 101 0 1011101 11111 111111 1010110 100101

Color Harmonies of #A6AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF0D

Black with #A6AF0D

Text Example


Text Example

White with #A6AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF0D; }

 p { color: rgb(166,175,13); }

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

background-color css

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

 a { background-color: rgb(166,175,13); }

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

border-color css

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

 span { border-color: rgb(166,175,13); }

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