Html Css Color HEX #AF541E Rich Gold

📋 copy color: '#AF541E'

red 175 ◦ green 84 ◦ blue 30

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

Shades of Rich Gold #AF541E

Tints of Rich Gold #AF541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 60.55%
G = 29.07%
B = 10.38%

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

#AF541E (or 0xAF541E) is known color: Rich Gold. HEX triplet: AF, 54 and 1E. RGB value is (175,84,30). Sum of RGB (Red+Green+Blue) = 175+84+30=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF541E is #50ABE1. Grayscale: #696969. Windows color (decimal): -5286882 or 1987759. OLE color: 1987759.

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

Color convert

RGB 175 84 30 -
CMYK 0 0.52 0.83 0.31
HSL 22.34º 0.71% 0.4% -
HSV(B) 22.34º 0.83% 0.69% -
XYZ 21.08 15.55 3.12 -
YUV 105.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 175 84 30 0 0.52 0.83 0.31 22.34 0.71 0.4
Hex AF 54 1E 0 34 53 1F 16 47 28
Octal 257 124 36 0 64 123 37 26 107 50
Binary 10101111 1010100 11110 0 110100 1010011 11111 10110 1000111 101000

Color Harmonies of #AF541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF541E

Black with #AF541E

Text Example


Text Example

White with #AF541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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