Html Css Color HEX #A35132 Orange Roughy

📋 copy color: '#A35132'

red 163 ◦ green 81 ◦ blue 50

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

Shades of Orange Roughy #A35132

Tints of Orange Roughy #A35132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 55.44%
G = 27.55%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A35132 (or 0xA35132) is known color: Orange Roughy. HEX triplet: A3, 51 and 32. RGB value is (163,81,50). Sum of RGB (Red+Green+Blue) = 163+81+50=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A35132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35132 is #5CAECD. Grayscale: #666666. Windows color (decimal): -6074062 or 3297699. OLE color: 3297699.

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

Color convert

RGB 163 81 50 -
CMYK 0 0.50 0.69 0.36
HSL 16.46º 0.53% 0.42% -
HSV(B) 16.46º 0.69% 0.64% -
XYZ 18.62 13.9 4.72 -
YUV 101.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 163 81 50 0 0.50 0.69 0.36 16.46 0.53 0.42
Hex A3 51 32 0 32 45 24 10 35 2A
Octal 243 121 62 0 62 105 44 20 65 52
Binary 10100011 1010001 110010 0 110010 1000101 100100 10000 110101 101010

Color Harmonies of #A35132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35132

Black with #A35132

Text Example


Text Example

White with #A35132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35132; }

 p { color: rgb(163,81,50); }

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

background-color css

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

 a { background-color: rgb(163,81,50); }

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

border-color css

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

 span { border-color: rgb(163,81,50); }

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