Html Css Color HEX #AF543B Orange Roughy

📋 copy color: '#AF543B'

red 175 ◦ green 84 ◦ blue 59

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

Shades of Orange Roughy #AF543B

Tints of Orange Roughy #AF543B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 55.03%
G = 26.42%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF543B (or 0xAF543B) is known color: Orange Roughy. HEX triplet: AF, 54 and 3B. RGB value is (175,84,59). Sum of RGB (Red+Green+Blue) = 175+84+59=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF543B is #50ABC4. Grayscale: #6C6C6C. Windows color (decimal): -5286853 or 3888303. OLE color: 3888303.

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

Color convert

RGB 175 84 59 -
CMYK 0 0.52 0.66 0.31
HSL 12.93º 0.5% 0.46% -
HSV(B) 12.93º 0.66% 0.69% -
XYZ 21.64 15.77 6.04 -
YUV 108.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 175 84 59 0 0.52 0.66 0.31 12.93 0.5 0.46
Hex AF 54 3B 0 34 42 1F D 32 2E
Octal 257 124 73 0 64 102 37 15 62 56
Binary 10101111 1010100 111011 0 110100 1000010 11111 1101 110010 101110

Color Harmonies of #AF543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF543B

Black with #AF543B

Text Example


Text Example

White with #AF543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF543B; }

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

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

background-color css

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

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

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

border-color css

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

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

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