Html Css Color HEX #AF541D Rich Gold

📋 copy color: '#AF541D'

red 175 ◦ green 84 ◦ blue 29

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

Shades of Rich Gold #AF541D

Tints of Rich Gold #AF541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

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

R = 60.76%
G = 29.17%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF541D (or 0xAF541D) is known color: Rich Gold. HEX triplet: AF, 54 and 1D. RGB value is (175,84,29). Sum of RGB (Red+Green+Blue) = 175+84+29=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF541D is #50ABE2. Grayscale: #696969. Windows color (decimal): -5286883 or 1922223. OLE color: 1922223.

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

Color convert

RGB 175 84 29 -
CMYK 0 0.52 0.83 0.31
HSL 22.6º 0.72% 0.4% -
HSV(B) 22.6º 0.83% 0.69% -
XYZ 21.07 15.54 3.05 -
YUV 104.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 175 84 29 0 0.52 0.83 0.31 22.6 0.72 0.4
Hex AF 54 1D 0 34 53 1F 17 48 28
Octal 257 124 35 0 64 123 37 27 110 50
Binary 10101111 1010100 11101 0 110100 1010011 11111 10111 1001000 101000

Color Harmonies of #AF541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF541D

Black with #AF541D

Text Example


Text Example

White with #AF541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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