Html Css Color HEX #A35336 Orange Roughy

📋 copy color: '#A35336'

red 163 ◦ green 83 ◦ blue 54

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

Shades of Orange Roughy #A35336

Tints of Orange Roughy #A35336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18%

R = 54.33%
G = 27.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A35336 (or 0xA35336) is known color: Orange Roughy. HEX triplet: A3, 53 and 36. RGB value is (163,83,54). Sum of RGB (Red+Green+Blue) = 163+83+54=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A35336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35336 is #5CACC9. Grayscale: #676767. Windows color (decimal): -6073546 or 3560355. OLE color: 3560355.

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

Color convert

RGB 163 83 54 -
CMYK 0 0.49 0.67 0.36
HSL 15.96º 0.5% 0.43% -
HSV(B) 15.96º 0.67% 0.64% -
XYZ 18.86 14.24 5.24 -
YUV 103.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 163 83 54 0 0.49 0.67 0.36 15.96 0.5 0.43
Hex A3 53 36 0 31 43 24 10 32 2B
Octal 243 123 66 0 61 103 44 20 62 53
Binary 10100011 1010011 110110 0 110001 1000011 100100 10000 110010 101011

Color Harmonies of #A35336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35336

Black with #A35336

Text Example


Text Example

White with #A35336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35336; }

 p { color: rgb(163,83,54); }

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

background-color css

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

 a { background-color: rgb(163,83,54); }

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

border-color css

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

 span { border-color: rgb(163,83,54); }

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