Html Css Color HEX #A35436 Orange Roughy

📋 copy color: '#A35436'

red 163 ◦ green 84 ◦ blue 54

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

Shades of Orange Roughy #A35436

Tints of Orange Roughy #A35436

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

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

R = 54.15%
G = 27.91%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A35436 (or 0xA35436) is known color: Orange Roughy. HEX triplet: A3, 54 and 36. RGB value is (163,84,54). Sum of RGB (Red+Green+Blue) = 163+84+54=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35436 is #5CABC9. Grayscale: #686868. Windows color (decimal): -6073290 or 3560611. OLE color: 3560611.

HSL color Cylindrical-coordinate representation of color #A35436: hue angle of 16.51º 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 #A35436 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 84 54 -
CMYK 0 0.48 0.67 0.36
HSL 16.51º 0.5% 0.43% -
HSV(B) 16.51º 0.67% 0.64% -
XYZ 18.94 14.39 5.27 -
YUV 104.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 163 84 54 0 0.48 0.67 0.36 16.51 0.5 0.43
Hex A3 54 36 0 30 43 24 11 32 2B
Octal 243 124 66 0 60 103 44 21 62 53
Binary 10100011 1010100 110110 0 110000 1000011 100100 10001 110010 101011

Color Harmonies of #A35436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35436

Black with #A35436

Text Example


Text Example

White with #A35436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35436; }

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

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

background-color css

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

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

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

border-color css

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

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

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