Html Css Color HEX #AF820D Dark Goldenrod

📋 copy color: '#AF820D'

red 175 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #AF820D

Tints of Dark Goldenrod #AF820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

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

R = 55.03%
G = 40.88%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF820D (or 0xAF820D) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 0D. RGB value is (175,130,13). Sum of RGB (Red+Green+Blue) = 175+130+13=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF820D is #507DF2. Grayscale: #828282. Windows color (decimal): -5275123 or 885423. OLE color: 885423.

HSL color Cylindrical-coordinate representation of color #AF820D: hue angle of 43.33º 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 #AF820D is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 13 -
CMYK 0 0.26 0.93 0.31
HSL 43.33º 0.86% 0.37% -
HSV(B) 43.33º 0.93% 0.69% -
XYZ 25.73 25.11 3.87 -
YUV 130.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 175 130 13 0 0.26 0.93 0.31 43.33 0.86 0.37
Hex AF 82 D 0 1A 5D 1F 2B 56 25
Octal 257 202 15 0 32 135 37 53 126 45
Binary 10101111 10000010 1101 0 11010 1011101 11111 101011 1010110 100101

Color Harmonies of #AF820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF820D

Black with #AF820D

Text Example


Text Example

White with #AF820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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