Html Css Color HEX #ABAA0F Citrus

📋 copy color: '#ABAA0F'

red 171 ◦ green 170 ◦ blue 15

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

Shades of Citrus #ABAA0F

Tints of Citrus #ABAA0F

RGB

 RED value IS 171 (67.19% from 255) = 48.03%

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

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

R = 48.03%
G = 47.75%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABAA0F (or 0xABAA0F) is known color: Citrus. HEX triplet: AB, AA and 0F. RGB value is (171,170,15). Sum of RGB (Red+Green+Blue) = 171+170+15=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA0F is #5455F0. Grayscale: #999999. Windows color (decimal): -5527025 or 1026731. OLE color: 1026731.

HSL color Cylindrical-coordinate representation of color #ABAA0F: hue angle of 59.62º 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 #ABAA0F is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 15 -
CMYK 0 0.01 0.91 0.33
HSL 59.62º 0.84% 0.36% -
HSV(B) 59.62º 0.91% 0.67% -
XYZ 31.26 37.44 6.03 -
YUV 152.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 171 170 15 0 0.01 0.91 0.33 59.62 0.84 0.36
Hex AB AA F 0 1 5B 21 3C 54 24
Octal 253 252 17 0 1 133 41 74 124 44
Binary 10101011 10101010 1111 0 1 1011011 100001 111100 1010100 100100

Color Harmonies of #ABAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA0F

Black with #ABAA0F

Text Example


Text Example

White with #ABAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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