Html Css Color HEX #AF541C Rich Gold

📋 copy color: '#AF541C'

red 175 ◦ green 84 ◦ blue 28

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

Shades of Rich Gold #AF541C

Tints of Rich Gold #AF541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.76%

R = 60.98%
G = 29.27%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF541C (or 0xAF541C) is known color: Rich Gold. HEX triplet: AF, 54 and 1C. RGB value is (175,84,28). Sum of RGB (Red+Green+Blue) = 175+84+28=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF541C is #50ABE3. Grayscale: #696969. Windows color (decimal): -5286884 or 1856687. OLE color: 1856687.

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

Color convert

RGB 175 84 28 -
CMYK 0 0.52 0.84 0.31
HSL 22.86º 0.72% 0.4% -
HSV(B) 22.86º 0.84% 0.69% -
XYZ 21.06 15.54 2.99 -
YUV 104.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 175 84 28 0 0.52 0.84 0.31 22.86 0.72 0.4
Hex AF 54 1C 0 34 54 1F 17 48 28
Octal 257 124 34 0 64 124 37 27 110 50
Binary 10101111 1010100 11100 0 110100 1010100 11111 10111 1001000 101000

Color Harmonies of #AF541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF541C

Black with #AF541C

Text Example


Text Example

White with #AF541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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