Html Css Color HEX #AF591D Rich Gold

📋 copy color: '#AF591D'

red 175 ◦ green 89 ◦ blue 29

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

Shades of Rich Gold #AF591D

Tints of Rich Gold #AF591D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 59.73%
G = 30.38%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF591D (or 0xAF591D) is known color: Rich Gold. HEX triplet: AF, 59 and 1D. RGB value is (175,89,29). Sum of RGB (Red+Green+Blue) = 175+89+29=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF591D is #50A6E2. Grayscale: #6C6C6C. Windows color (decimal): -5285603 or 1923503. OLE color: 1923503.

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

Color convert

RGB 175 89 29 -
CMYK 0 0.49 0.83 0.31
HSL 24.66º 0.72% 0.4% -
HSV(B) 24.66º 0.83% 0.69% -
XYZ 21.47 16.35 3.19 -
YUV 107.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 175 89 29 0 0.49 0.83 0.31 24.66 0.72 0.4
Hex AF 59 1D 0 31 53 1F 19 48 28
Octal 257 131 35 0 61 123 37 31 110 50
Binary 10101111 1011001 11101 0 110001 1010011 11111 11001 1001000 101000

Color Harmonies of #AF591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF591D

Black with #AF591D

Text Example


Text Example

White with #AF591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF591D; }

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

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

background-color css

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

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

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

border-color css

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

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

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