Html Css Color HEX #A7AF0E Citrus

📋 copy color: '#A7AF0E'

red 167 ◦ green 175 ◦ blue 14

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

Shades of Citrus #A7AF0E

Tints of Citrus #A7AF0E

RGB

 RED value IS 167 (65.63% from 255) = 46.91%

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

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 46.91%
G = 49.16%
B = 3.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#A7AF0E (or 0xA7AF0E) is known color: Citrus. HEX triplet: A7, AF and 0E. RGB value is (167,175,14). Sum of RGB (Red+Green+Blue) = 167+175+14=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AF0E is #5850F1. Grayscale: #9A9A9A. Windows color (decimal): -5787890 or 962471. OLE color: 962471.

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

Color convert

RGB 167 175 14 -
CMYK 0.05 0 0.92 0.31
HSL 62.98º 0.85% 0.37% -
HSV(B) 62.98º 0.92% 0.69% -
XYZ 31.35 38.91 6.27 -
YUV 154.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 167 175 14 0.05 0 0.92 0.31 62.98 0.85 0.37
Hex A7 AF E 5 0 5C 1F 3F 55 25
Octal 247 257 16 5 0 134 37 77 125 45
Binary 10100111 10101111 1110 101 0 1011100 11111 111111 1010101 100101

Color Harmonies of #A7AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AF0E

Black with #A7AF0E

Text Example


Text Example

White with #A7AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AF0E; }

 p { color: rgb(167,175,14); }

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

background-color css

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

 a { background-color: rgb(167,175,14); }

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

border-color css

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

 span { border-color: rgb(167,175,14); }

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