Html Css Color HEX #AF533B Orange Roughy

📋 copy color: '#AF533B'

red 175 ◦ green 83 ◦ blue 59

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

Shades of Orange Roughy #AF533B

Tints of Orange Roughy #AF533B

RGB

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

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

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

R = 55.21%
G = 26.18%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF533B (or 0xAF533B) is known color: Orange Roughy. HEX triplet: AF, 53 and 3B. RGB value is (175,83,59). Sum of RGB (Red+Green+Blue) = 175+83+59=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF533B is #50ACC4. Grayscale: #6B6B6B. Windows color (decimal): -5287109 or 3888047. OLE color: 3888047.

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

Color convert

RGB 175 83 59 -
CMYK 0 0.53 0.66 0.31
HSL 12.41º 0.5% 0.46% -
HSV(B) 12.41º 0.66% 0.69% -
XYZ 21.56 15.62 6.02 -
YUV 107.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 175 83 59 0 0.53 0.66 0.31 12.41 0.5 0.46
Hex AF 53 3B 0 35 42 1F C 32 2E
Octal 257 123 73 0 65 102 37 14 62 56
Binary 10101111 1010011 111011 0 110101 1000010 11111 1100 110010 101110

Color Harmonies of #AF533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF533B

Black with #AF533B

Text Example


Text Example

White with #AF533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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