Html Css Color HEX #AF543D Orange Roughy

📋 copy color: '#AF543D'

red 175 ◦ green 84 ◦ blue 61

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

Shades of Orange Roughy #AF543D

Tints of Orange Roughy #AF543D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 54.69%
G = 26.25%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF543D (or 0xAF543D) is known color: Orange Roughy. HEX triplet: AF, 54 and 3D. RGB value is (175,84,61). Sum of RGB (Red+Green+Blue) = 175+84+61=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF543D is #50ABC2. Grayscale: #6C6C6C. Windows color (decimal): -5286851 or 4019375. OLE color: 4019375.

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

Color convert

RGB 175 84 61 -
CMYK 0 0.52 0.65 0.31
HSL 12.11º 0.48% 0.46% -
HSV(B) 12.11º 0.65% 0.69% -
XYZ 21.69 15.79 6.32 -
YUV 108.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 175 84 61 0 0.52 0.65 0.31 12.11 0.48 0.46
Hex AF 54 3D 0 34 41 1F C 30 2E
Octal 257 124 75 0 64 101 37 14 60 56
Binary 10101111 1010100 111101 0 110100 1000001 11111 1100 110000 101110

Color Harmonies of #AF543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF543D

Black with #AF543D

Text Example


Text Example

White with #AF543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF543D; }

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

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

background-color css

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

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

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

border-color css

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

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

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