Html Css Color HEX #A84F35 Orange Roughy

📋 copy color: '#A84F35'

red 168 ◦ green 79 ◦ blue 53

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

Shades of Orange Roughy #A84F35

Tints of Orange Roughy #A84F35

RGB

 RED value IS 168 (66.02% from 255) = 56%

 GREEN value IS 79 (31.25% from 255) = 26.33%

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

R = 56%
G = 26.33%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A84F35 (or 0xA84F35) is known color: Orange Roughy. HEX triplet: A8, 4F and 35. RGB value is (168,79,53). Sum of RGB (Red+Green+Blue) = 168+79+53=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84F35 is #57B0CA. Grayscale: #666666. Windows color (decimal): -5746891 or 3493800. OLE color: 3493800.

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

Color convert

RGB 168 79 53 -
CMYK 0 0.53 0.68 0.34
HSL 13.57º 0.52% 0.43% -
HSV(B) 13.57º 0.68% 0.66% -
XYZ 19.59 14.17 5.07 -
YUV 102.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 168 79 53 0 0.53 0.68 0.34 13.57 0.52 0.43
Hex A8 4F 35 0 35 44 22 E 34 2B
Octal 250 117 65 0 65 104 42 16 64 53
Binary 10101000 1001111 110101 0 110101 1000100 100010 1110 110100 101011

Color Harmonies of #A84F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F35

Black with #A84F35

Text Example


Text Example

White with #A84F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F35; }

 p { color: rgb(168,79,53); }

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

background-color css

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

 a { background-color: rgb(168,79,53); }

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

border-color css

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

 span { border-color: rgb(168,79,53); }

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