Html Css Color HEX #A8750B Dark Goldenrod

📋 copy color: '#A8750B'

red 168 ◦ green 117 ◦ blue 11

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

Shades of Dark Goldenrod #A8750B

Tints of Dark Goldenrod #A8750B

RGB

 RED value IS 168 (66.02% from 255) = 56.76%

 GREEN value IS 117 (46.09% from 255) = 39.53%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 56.76%
G = 39.53%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8750B (or 0xA8750B) is known color: Dark Goldenrod. HEX triplet: A8, 75 and 0B. RGB value is (168,117,11). Sum of RGB (Red+Green+Blue) = 168+117+11=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8750B is #578AF4. Grayscale: #787878. Windows color (decimal): -5737205 or 751016. OLE color: 751016.

HSL color Cylindrical-coordinate representation of color #A8750B: hue angle of 40.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8750B is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 11 -
CMYK 0 0.30 0.93 0.34
HSL 40.51º 0.88% 0.35% -
HSV(B) 40.51º 0.93% 0.66% -
XYZ 22.57 21.07 3.19 -
YUV 120.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 168 117 11 0 0.30 0.93 0.34 40.51 0.88 0.35
Hex A8 75 B 0 1E 5D 22 29 58 23
Octal 250 165 13 0 36 135 42 51 130 43
Binary 10101000 1110101 1011 0 11110 1011101 100010 101001 1011000 100011

Color Harmonies of #A8750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8750B

Black with #A8750B

Text Example


Text Example

White with #A8750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8750B; }

 p { color: rgb(168,117,11); }

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

background-color css

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

 a { background-color: rgb(168,117,11); }

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

border-color css

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

 span { border-color: rgb(168,117,11); }

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