Html Css Color HEX #AF830F Dark Goldenrod

📋 copy color: '#AF830F'

red 175 ◦ green 131 ◦ blue 15

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

Shades of Dark Goldenrod #AF830F

Tints of Dark Goldenrod #AF830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 54.52%
G = 40.81%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF830F (or 0xAF830F) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 0F. RGB value is (175,131,15). Sum of RGB (Red+Green+Blue) = 175+131+15=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF830F is #507CF0. Grayscale: #838383. Windows color (decimal): -5274865 or 1016751. OLE color: 1016751.

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

Color convert

RGB 175 131 15 -
CMYK 0 0.25 0.91 0.31
HSL 43.5º 0.84% 0.37% -
HSV(B) 43.5º 0.91% 0.69% -
XYZ 25.88 25.38 3.99 -
YUV 130.93 62.58 159.43 -
System Red Green Blue C M Y K H S L
Decimal 175 131 15 0 0.25 0.91 0.31 43.5 0.84 0.37
Hex AF 83 F 0 19 5B 1F 2C 54 25
Octal 257 203 17 0 31 133 37 54 124 45
Binary 10101111 10000011 1111 0 11001 1011011 11111 101100 1010100 100101

Color Harmonies of #AF830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF830F

Black with #AF830F

Text Example


Text Example

White with #AF830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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