Html Css Color HEX #AF7615 Dark Goldenrod

📋 copy color: '#AF7615'

red 175 ◦ green 118 ◦ blue 21

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

Shades of Dark Goldenrod #AF7615

Tints of Dark Goldenrod #AF7615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 55.73%
G = 37.58%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF7615 (or 0xAF7615) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 15. RGB value is (175,118,21). Sum of RGB (Red+Green+Blue) = 175+118+21=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7615 is #5089EA. Grayscale: #7C7C7C. Windows color (decimal): -5278187 or 1406639. OLE color: 1406639.

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

Color convert

RGB 175 118 21 -
CMYK 0 0.33 0.88 0.31
HSL 37.79º 0.79% 0.38% -
HSV(B) 37.79º 0.88% 0.69% -
XYZ 24.29 22.12 3.7 -
YUV 123.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 175 118 21 0 0.33 0.88 0.31 37.79 0.79 0.38
Hex AF 76 15 0 21 58 1F 26 4F 26
Octal 257 166 25 0 41 130 37 46 117 46
Binary 10101111 1110110 10101 0 100001 1011000 11111 100110 1001111 100110

Color Harmonies of #AF7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7615

Black with #AF7615

Text Example


Text Example

White with #AF7615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7615; }

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

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

background-color css

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

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

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

border-color css

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

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

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