Html Css Color HEX #AF533E Orange Roughy

📋 copy color: '#AF533E'

red 175 ◦ green 83 ◦ blue 62

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

Shades of Orange Roughy #AF533E

Tints of Orange Roughy #AF533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 54.69%
G = 25.94%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF533E (or 0xAF533E) is known color: Orange Roughy. HEX triplet: AF, 53 and 3E. RGB value is (175,83,62). Sum of RGB (Red+Green+Blue) = 175+83+62=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF533E is #50ACC1. Grayscale: #6C6C6C. Windows color (decimal): -5287106 or 4084655. OLE color: 4084655.

HSL color Cylindrical-coordinate representation of color #AF533E: hue angle of 11.15º 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 #AF533E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 62 -
CMYK 0 0.53 0.65 0.31
HSL 11.15º 0.48% 0.46% -
HSV(B) 11.15º 0.65% 0.69% -
XYZ 21.64 15.65 6.44 -
YUV 108.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 175 83 62 0 0.53 0.65 0.31 11.15 0.48 0.46
Hex AF 53 3E 0 35 41 1F B 30 2E
Octal 257 123 76 0 65 101 37 13 60 56
Binary 10101111 1010011 111110 0 110101 1000001 11111 1011 110000 101110

Color Harmonies of #AF533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF533E

Black with #AF533E

Text Example


Text Example

White with #AF533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF533E; }

 p { color: rgb(175,83,62); }

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

background-color css

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

 a { background-color: rgb(175,83,62); }

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

border-color css

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

 span { border-color: rgb(175,83,62); }

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