Html Css Color HEX #AF7610 Dark Goldenrod

📋 copy color: '#AF7610'

red 175 ◦ green 118 ◦ blue 16

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

Shades of Dark Goldenrod #AF7610

Tints of Dark Goldenrod #AF7610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 56.63%
G = 38.19%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF7610 (or 0xAF7610) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 10. RGB value is (175,118,16). Sum of RGB (Red+Green+Blue) = 175+118+16=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7610 is #5089EF. Grayscale: #7B7B7B. Windows color (decimal): -5278192 or 1078959. OLE color: 1078959.

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

Color convert

RGB 175 118 16 -
CMYK 0 0.33 0.91 0.31
HSL 38.49º 0.83% 0.37% -
HSV(B) 38.49º 0.91% 0.69% -
XYZ 24.25 22.11 3.48 -
YUV 123.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 175 118 16 0 0.33 0.91 0.31 38.49 0.83 0.37
Hex AF 76 10 0 21 5B 1F 26 53 25
Octal 257 166 20 0 41 133 37 46 123 45
Binary 10101111 1110110 10000 0 100001 1011011 11111 100110 1010011 100101

Color Harmonies of #AF7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7610

Black with #AF7610

Text Example


Text Example

White with #AF7610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7610; }

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

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

background-color css

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

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

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

border-color css

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

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

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