Html Css Color HEX #AF591A Rich Gold

📋 copy color: '#AF591A'

red 175 ◦ green 89 ◦ blue 26

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

Shades of Rich Gold #AF591A

Tints of Rich Gold #AF591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 60.34%
G = 30.69%
B = 8.97%

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

#AF591A (or 0xAF591A) is known color: Rich Gold. HEX triplet: AF, 59 and 1A. RGB value is (175,89,26). Sum of RGB (Red+Green+Blue) = 175+89+26=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF591A is #50A6E5. Grayscale: #6B6B6B. Windows color (decimal): -5285606 or 1726895. OLE color: 1726895.

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

Color convert

RGB 175 89 26 -
CMYK 0 0.49 0.85 0.31
HSL 25.37º 0.74% 0.39% -
HSV(B) 25.37º 0.85% 0.69% -
XYZ 21.44 16.33 3 -
YUV 107.53 81.99 176.12 -
System Red Green Blue C M Y K H S L
Decimal 175 89 26 0 0.49 0.85 0.31 25.37 0.74 0.39
Hex AF 59 1A 0 31 55 1F 19 4A 27
Octal 257 131 32 0 61 125 37 31 112 47
Binary 10101111 1011001 11010 0 110001 1010101 11111 11001 1001010 100111

Color Harmonies of #AF591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF591A

Black with #AF591A

Text Example


Text Example

White with #AF591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF591A; }

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

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

background-color css

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

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

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

border-color css

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

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

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