Html Css Color HEX #AF831B Dark Goldenrod

📋 copy color: '#AF831B'

red 175 ◦ green 131 ◦ blue 27

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

Shades of Dark Goldenrod #AF831B

Tints of Dark Goldenrod #AF831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 52.55%
G = 39.34%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF831B (or 0xAF831B) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 1B. RGB value is (175,131,27). Sum of RGB (Red+Green+Blue) = 175+131+27=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF831B is #507CE4. Grayscale: #848484. Windows color (decimal): -5274853 or 1803183. OLE color: 1803183.

HSL color Cylindrical-coordinate representation of color #AF831B: hue angle of 42.16º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF831B is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 27 -
CMYK 0 0.25 0.85 0.31
HSL 42.16º 0.73% 0.4% -
HSV(B) 42.16º 0.85% 0.69% -
XYZ 25.99 25.43 4.57 -
YUV 132.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 175 131 27 0 0.25 0.85 0.31 42.16 0.73 0.4
Hex AF 83 1B 0 19 55 1F 2A 49 28
Octal 257 203 33 0 31 125 37 52 111 50
Binary 10101111 10000011 11011 0 11001 1010101 11111 101010 1001001 101000

Color Harmonies of #AF831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF831B

Black with #AF831B

Text Example


Text Example

White with #AF831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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