Html Css Color HEX #A5AF0C Citrus

📋 copy color: '#A5AF0C'

red 165 ◦ green 175 ◦ blue 12

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

Shades of Citrus #A5AF0C

Tints of Citrus #A5AF0C

RGB

 RED value IS 165 (64.84% from 255) = 46.88%

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

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 46.88%
G = 49.72%
B = 3.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#A5AF0C (or 0xA5AF0C) is known color: Citrus. HEX triplet: A5, AF and 0C. RGB value is (165,175,12). Sum of RGB (Red+Green+Blue) = 165+175+12=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AF0C is #5A50F3. Grayscale: #9A9A9A. Windows color (decimal): -5918964 or 831397. OLE color: 831397.

HSL color Cylindrical-coordinate representation of color #A5AF0C: hue angle of 63.68º degrees, saturation: 0.87, 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 #A5AF0C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 175 12 -
CMYK 0.06 0 0.93 0.31
HSL 63.68º 0.87% 0.37% -
HSV(B) 63.68º 0.93% 0.69% -
XYZ 30.91 38.69 6.19 -
YUV 153.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 165 175 12 0.06 0 0.93 0.31 63.68 0.87 0.37
Hex A5 AF C 6 0 5D 1F 40 57 25
Octal 245 257 14 6 0 135 37 100 127 45
Binary 10100101 10101111 1100 110 0 1011101 11111 1000000 1010111 100101

Color Harmonies of #A5AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF0C

Black with #A5AF0C

Text Example


Text Example

White with #A5AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF0C; }

 p { color: rgb(165,175,12); }

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

background-color css

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

 a { background-color: rgb(165,175,12); }

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

border-color css

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

 span { border-color: rgb(165,175,12); }

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