Html Css Color HEX #AF760A Dark Goldenrod

📋 copy color: '#AF760A'

red 175 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #AF760A

Tints of Dark Goldenrod #AF760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 57.76%
G = 38.94%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF760A (or 0xAF760A) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 0A. RGB value is (175,118,10). Sum of RGB (Red+Green+Blue) = 175+118+10=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF760A is #5089F5. Grayscale: #7B7B7B. Windows color (decimal): -5278198 or 685743. OLE color: 685743.

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

Color convert

RGB 175 118 10 -
CMYK 0 0.33 0.94 0.31
HSL 39.27º 0.89% 0.36% -
HSV(B) 39.27º 0.94% 0.69% -
XYZ 24.21 22.09 3.28 -
YUV 122.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 175 118 10 0 0.33 0.94 0.31 39.27 0.89 0.36
Hex AF 76 A 0 21 5E 1F 27 59 24
Octal 257 166 12 0 41 136 37 47 131 44
Binary 10101111 1110110 1010 0 100001 1011110 11111 100111 1011001 100100

Color Harmonies of #AF760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF760A

Black with #AF760A

Text Example


Text Example

White with #AF760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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