Html Css Color HEX #AB7702 Dark Goldenrod

📋 copy color: '#AB7702'

red 171 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #AB7702

Tints of Dark Goldenrod #AB7702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 58.56%
G = 40.75%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB7702 (or 0xAB7702) is known color: Dark Goldenrod. HEX triplet: AB, 77 and 02. RGB value is (171,119,2). Sum of RGB (Red+Green+Blue) = 171+119+2=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7702 is #5488FD. Grayscale: #797979. Windows color (decimal): -5540094 or 161707. OLE color: 161707.

HSL color Cylindrical-coordinate representation of color #AB7702: hue angle of 41.54º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB7702 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 119 2 -
CMYK 0 0.30 0.99 0.33
HSL 41.54º 0.98% 0.34% -
HSV(B) 41.54º 0.99% 0.67% -
XYZ 23.4 21.86 3.04 -
YUV 121.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 171 119 2 0 0.30 0.99 0.33 41.54 0.98 0.34
Hex AB 77 2 0 1E 63 21 2A 62 22
Octal 253 167 2 0 36 143 41 52 142 42
Binary 10101011 1110111 10 0 11110 1100011 100001 101010 1100010 100010

Color Harmonies of #AB7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7702

Black with #AB7702

Text Example


Text Example

White with #AB7702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7702; }

 p { color: rgb(171,119,2); }

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

background-color css

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

 a { background-color: rgb(171,119,2); }

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

border-color css

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

 span { border-color: rgb(171,119,2); }

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