Html Css Color HEX #A28435 Reef Gold

📋 copy color: '#A28435'

red 162 ◦ green 132 ◦ blue 53

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

Shades of Reef Gold #A28435

Tints of Reef Gold #A28435

RGB

 RED value IS 162 (63.67% from 255) = 46.69%

 GREEN value IS 132 (51.95% from 255) = 38.04%

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

R = 46.69%
G = 38.04%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A28435 (or 0xA28435) is known color: Reef Gold. HEX triplet: A2, 84 and 35. RGB value is (162,132,53). Sum of RGB (Red+Green+Blue) = 162+132+53=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A28435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28435 is #5D7BCA. Grayscale: #848484. Windows color (decimal): -6126539 or 3507362. OLE color: 3507362.

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

Color convert

RGB 162 132 53 -
CMYK 0 0.19 0.67 0.36
HSL 43.49º 0.51% 0.42% -
HSV(B) 43.49º 0.67% 0.64% -
XYZ 23.79 24.44 6.83 -
YUV 131.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 162 132 53 0 0.19 0.67 0.36 43.49 0.51 0.42
Hex A2 84 35 0 13 43 24 2B 33 2A
Octal 242 204 65 0 23 103 44 53 63 52
Binary 10100010 10000100 110101 0 10011 1000011 100100 101011 110011 101010

Color Harmonies of #A28435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28435

Black with #A28435

Text Example


Text Example

White with #A28435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28435; }

 p { color: rgb(162,132,53); }

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

background-color css

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

 a { background-color: rgb(162,132,53); }

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

border-color css

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

 span { border-color: rgb(162,132,53); }

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