Html Css Color HEX #AF591B Rich Gold

📋 copy color: '#AF591B'

red 175 ◦ green 89 ◦ blue 27

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

Shades of Rich Gold #AF591B

Tints of Rich Gold #AF591B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

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

R = 60.14%
G = 30.58%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF591B (or 0xAF591B) is known color: Rich Gold. HEX triplet: AF, 59 and 1B. RGB value is (175,89,27). Sum of RGB (Red+Green+Blue) = 175+89+27=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF591B is #50A6E4. Grayscale: #6B6B6B. Windows color (decimal): -5285605 or 1792431. OLE color: 1792431.

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

Color convert

RGB 175 89 27 -
CMYK 0 0.49 0.85 0.31
HSL 25.14º 0.73% 0.4% -
HSV(B) 25.14º 0.85% 0.69% -
XYZ 21.45 16.34 3.06 -
YUV 107.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 175 89 27 0 0.49 0.85 0.31 25.14 0.73 0.4
Hex AF 59 1B 0 31 55 1F 19 49 28
Octal 257 131 33 0 61 125 37 31 111 50
Binary 10101111 1011001 11011 0 110001 1010101 11111 11001 1001001 101000

Color Harmonies of #AF591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF591B

Black with #AF591B

Text Example


Text Example

White with #AF591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF591B; }

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

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

background-color css

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

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

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

border-color css

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

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

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