Html Css Color HEX #A95435 Orange Roughy

📋 copy color: '#A95435'

red 169 ◦ green 84 ◦ blue 53

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

Shades of Orange Roughy #A95435

Tints of Orange Roughy #A95435

RGB

 RED value IS 169 (66.41% from 255) = 55.23%

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

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 55.23%
G = 27.45%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A95435 (or 0xA95435) is known color: Orange Roughy. HEX triplet: A9, 54 and 35. RGB value is (169,84,53). Sum of RGB (Red+Green+Blue) = 169+84+53=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A95435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95435 is #56ABCA. Grayscale: #6A6A6A. Windows color (decimal): -5680075 or 3495081. OLE color: 3495081.

HSL color Cylindrical-coordinate representation of color #A95435: hue angle of 16.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A95435 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 84 53 -
CMYK 0 0.50 0.69 0.34
HSL 16.03º 0.52% 0.44% -
HSV(B) 16.03º 0.69% 0.66% -
XYZ 20.18 15.03 5.21 -
YUV 105.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 169 84 53 0 0.50 0.69 0.34 16.03 0.52 0.44
Hex A9 54 35 0 32 45 22 10 34 2C
Octal 251 124 65 0 62 105 42 20 64 54
Binary 10101001 1010100 110101 0 110010 1000101 100010 10000 110100 101100

Color Harmonies of #A95435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95435

Black with #A95435

Text Example


Text Example

White with #A95435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95435; }

 p { color: rgb(169,84,53); }

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

background-color css

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

 a { background-color: rgb(169,84,53); }

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

border-color css

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

 span { border-color: rgb(169,84,53); }

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