Html Css Color HEX #AF760D Dark Goldenrod

📋 copy color: '#AF760D'

red 175 ◦ green 118 ◦ blue 13

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

Shades of Dark Goldenrod #AF760D

Tints of Dark Goldenrod #AF760D

RGB

 RED value IS 175 (68.75% from 255) = 57.19%

 GREEN value IS 118 (46.48% from 255) = 38.56%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 57.19%
G = 38.56%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF760D (or 0xAF760D) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 0D. RGB value is (175,118,13). Sum of RGB (Red+Green+Blue) = 175+118+13=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF760D is #5089F2. Grayscale: #7B7B7B. Windows color (decimal): -5278195 or 882351. OLE color: 882351.

HSL color Cylindrical-coordinate representation of color #AF760D: hue angle of 38.89º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF760D is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 13 -
CMYK 0 0.33 0.93 0.31
HSL 38.89º 0.86% 0.37% -
HSV(B) 38.89º 0.93% 0.69% -
XYZ 24.23 22.1 3.37 -
YUV 123.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 175 118 13 0 0.33 0.93 0.31 38.89 0.86 0.37
Hex AF 76 D 0 21 5D 1F 27 56 25
Octal 257 166 15 0 41 135 37 47 126 45
Binary 10101111 1110110 1101 0 100001 1011101 11111 100111 1010110 100101

Color Harmonies of #AF760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF760D

Black with #AF760D

Text Example


Text Example

White with #AF760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF760D; }

 p { color: rgb(175,118,13); }

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

background-color css

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

 a { background-color: rgb(175,118,13); }

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

border-color css

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

 span { border-color: rgb(175,118,13); }

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