Html Css Color HEX #AF581D Rich Gold

📋 copy color: '#AF581D'

red 175 ◦ green 88 ◦ blue 29

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

Shades of Rich Gold #AF581D

Tints of Rich Gold #AF581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

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

R = 59.93%
G = 30.14%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF581D (or 0xAF581D) is known color: Rich Gold. HEX triplet: AF, 58 and 1D. RGB value is (175,88,29). Sum of RGB (Red+Green+Blue) = 175+88+29=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF581D is #50A7E2. Grayscale: #6B6B6B. Windows color (decimal): -5285859 or 1923247. OLE color: 1923247.

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

Color convert

RGB 175 88 29 -
CMYK 0 0.50 0.83 0.31
HSL 24.25º 0.72% 0.4% -
HSV(B) 24.25º 0.83% 0.69% -
XYZ 21.39 16.18 3.16 -
YUV 107.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 175 88 29 0 0.50 0.83 0.31 24.25 0.72 0.4
Hex AF 58 1D 0 32 53 1F 18 48 28
Octal 257 130 35 0 62 123 37 30 110 50
Binary 10101111 1011000 11101 0 110010 1010011 11111 11000 1001000 101000

Color Harmonies of #AF581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF581D

Black with #AF581D

Text Example


Text Example

White with #AF581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF581D; }

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

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

background-color css

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

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

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

border-color css

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

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

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