Html Css Color HEX #AB7306 Dark Goldenrod

📋 copy color: '#AB7306'

red 171 ◦ green 115 ◦ blue 6

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

Shades of Dark Goldenrod #AB7306

Tints of Dark Goldenrod #AB7306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

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

R = 58.56%
G = 39.38%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB7306 (or 0xAB7306) is known color: Dark Goldenrod. HEX triplet: AB, 73 and 06. RGB value is (171,115,6). Sum of RGB (Red+Green+Blue) = 171+115+6=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7306 is #548CF9. Grayscale: #777777. Windows color (decimal): -5541114 or 422827. OLE color: 422827.

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

Color convert

RGB 171 115 6 -
CMYK 0 0.33 0.96 0.33
HSL 39.64º 0.93% 0.35% -
HSV(B) 39.64º 0.96% 0.67% -
XYZ 22.96 20.93 3 -
YUV 119.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 171 115 6 0 0.33 0.96 0.33 39.64 0.93 0.35
Hex AB 73 6 0 21 60 21 28 5D 23
Octal 253 163 6 0 41 140 41 50 135 43
Binary 10101011 1110011 110 0 100001 1100000 100001 101000 1011101 100011

Color Harmonies of #AB7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7306

Black with #AB7306

Text Example


Text Example

White with #AB7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7306; }

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

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

background-color css

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

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

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

border-color css

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

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

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