Html Css Color HEX #A5AA0F Citrus

📋 copy color: '#A5AA0F'

red 165 ◦ green 170 ◦ blue 15

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

Shades of Citrus #A5AA0F

Tints of Citrus #A5AA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.57%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 47.14%
G = 48.57%
B = 4.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#A5AA0F (or 0xA5AA0F) is known color: Citrus. HEX triplet: A5, AA and 0F. RGB value is (165,170,15). Sum of RGB (Red+Green+Blue) = 165+170+15=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AA0F is #5A55F0. Grayscale: #979797. Windows color (decimal): -5920241 or 1026725. OLE color: 1026725.

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

Color convert

RGB 165 170 15 -
CMYK 0.03 0 0.91 0.33
HSL 61.94º 0.84% 0.36% -
HSV(B) 61.94º 0.91% 0.67% -
XYZ 29.98 36.78 5.97 -
YUV 150.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 165 170 15 0.03 0 0.91 0.33 61.94 0.84 0.36
Hex A5 AA F 3 0 5B 21 3E 54 24
Octal 245 252 17 3 0 133 41 76 124 44
Binary 10100101 10101010 1111 11 0 1011011 100001 111110 1010100 100100

Color Harmonies of #A5AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA0F

Black with #A5AA0F

Text Example


Text Example

White with #A5AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA0F; }

 p { color: rgb(165,170,15); }

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

background-color css

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

 a { background-color: rgb(165,170,15); }

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

border-color css

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

 span { border-color: rgb(165,170,15); }

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