Html Css Color HEX #AF541B Rich Gold

📋 copy color: '#AF541B'

red 175 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #AF541B

Tints of Rich Gold #AF541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 61.19%
G = 29.37%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF541B (or 0xAF541B) is known color: Rich Gold. HEX triplet: AF, 54 and 1B. RGB value is (175,84,27). Sum of RGB (Red+Green+Blue) = 175+84+27=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF541B is #50ABE4. Grayscale: #696969. Windows color (decimal): -5286885 or 1791151. OLE color: 1791151.

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

Color convert

RGB 175 84 27 -
CMYK 0 0.52 0.85 0.31
HSL 23.11º 0.73% 0.4% -
HSV(B) 23.11º 0.85% 0.69% -
XYZ 21.05 15.53 2.93 -
YUV 104.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 175 84 27 0 0.52 0.85 0.31 23.11 0.73 0.4
Hex AF 54 1B 0 34 55 1F 17 49 28
Octal 257 124 33 0 64 125 37 27 111 50
Binary 10101111 1010100 11011 0 110100 1010101 11111 10111 1001001 101000

Color Harmonies of #AF541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF541B

Black with #AF541B

Text Example


Text Example

White with #AF541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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