Html Css Color HEX #ABA706 Citrus

📋 copy color: '#ABA706'

red 171 ◦ green 167 ◦ blue 6

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

Shades of Citrus #ABA706

Tints of Citrus #ABA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.55%

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 49.71%
G = 48.55%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#ABA706 (or 0xABA706) is known color: Citrus. HEX triplet: AB, A7 and 06. RGB value is (171,167,6). Sum of RGB (Red+Green+Blue) = 171+167+6=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA706 is #5458F9. Grayscale: #969696. Windows color (decimal): -5527802 or 436139. OLE color: 436139.

HSL color Cylindrical-coordinate representation of color #ABA706: hue angle of 58.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABA706 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 6 -
CMYK 0 0.02 0.96 0.33
HSL 58.55º 0.93% 0.35% -
HSV(B) 58.55º 0.96% 0.67% -
XYZ 30.65 36.31 5.57 -
YUV 149.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 171 167 6 0 0.02 0.96 0.33 58.55 0.93 0.35
Hex AB A7 6 0 2 60 21 3B 5D 23
Octal 253 247 6 0 2 140 41 73 135 43
Binary 10101011 10100111 110 0 10 1100000 100001 111011 1011101 100011

Color Harmonies of #ABA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA706

Black with #ABA706

Text Example


Text Example

White with #ABA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA706; }

 p { color: rgb(171,167,6); }

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

background-color css

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

 a { background-color: rgb(171,167,6); }

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

border-color css

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

 span { border-color: rgb(171,167,6); }

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