Html Css Color HEX #AF830D Dark Goldenrod

📋 copy color: '#AF830D'

red 175 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #AF830D

Tints of Dark Goldenrod #AF830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

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

R = 54.86%
G = 41.07%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF830D (or 0xAF830D) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 0D. RGB value is (175,131,13). Sum of RGB (Red+Green+Blue) = 175+131+13=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF830D is #507CF2. Grayscale: #838383. Windows color (decimal): -5274867 or 885679. OLE color: 885679.

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

Color convert

RGB 175 131 13 -
CMYK 0 0.25 0.93 0.31
HSL 43.7º 0.86% 0.37% -
HSV(B) 43.7º 0.93% 0.69% -
XYZ 25.87 25.38 3.92 -
YUV 130.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 175 131 13 0 0.25 0.93 0.31 43.7 0.86 0.37
Hex AF 83 D 0 19 5D 1F 2C 56 25
Octal 257 203 15 0 31 135 37 54 126 45
Binary 10101111 10000011 1101 0 11001 1011101 11111 101100 1010110 100101

Color Harmonies of #AF830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF830D

Black with #AF830D

Text Example


Text Example

White with #AF830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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