Html Css Color HEX #A35237 Orange Roughy

📋 copy color: '#A35237'

red 163 ◦ green 82 ◦ blue 55

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

Shades of Orange Roughy #A35237

Tints of Orange Roughy #A35237

RGB

 RED value IS 163 (64.06% from 255) = 54.33%

 GREEN value IS 82 (32.42% from 255) = 27.33%

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 54.33%
G = 27.33%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A35237 (or 0xA35237) is known color: Orange Roughy. HEX triplet: A3, 52 and 37. RGB value is (163,82,55). Sum of RGB (Red+Green+Blue) = 163+82+55=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A35237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35237 is #5CADC8. Grayscale: #676767. Windows color (decimal): -6073801 or 3625635. OLE color: 3625635.

HSL color Cylindrical-coordinate representation of color #A35237: hue angle of 15º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A35237 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 82 55 -
CMYK 0 0.50 0.66 0.36
HSL 15º 0.5% 0.43% -
HSV(B) 15º 0.66% 0.64% -
XYZ 18.81 14.1 5.34 -
YUV 103.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 163 82 55 0 0.50 0.66 0.36 15 0.5 0.43
Hex A3 52 37 0 32 42 24 F 32 2B
Octal 243 122 67 0 62 102 44 17 62 53
Binary 10100011 1010010 110111 0 110010 1000010 100100 1111 110010 101011

Color Harmonies of #A35237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35237

Black with #A35237

Text Example


Text Example

White with #A35237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35237; }

 p { color: rgb(163,82,55); }

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

background-color css

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

 a { background-color: rgb(163,82,55); }

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

border-color css

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

 span { border-color: rgb(163,82,55); }

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