Html Css Color HEX #A89435 Reef Gold

📋 copy color: '#A89435'

red 168 ◦ green 148 ◦ blue 53

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

Shades of Reef Gold #A89435

Tints of Reef Gold #A89435

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

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

R = 45.53%
G = 40.11%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A89435 (or 0xA89435) is known color: Reef Gold. HEX triplet: A8, 94 and 35. RGB value is (168,148,53). Sum of RGB (Red+Green+Blue) = 168+148+53=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A89435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89435 is #576BCA. Grayscale: #8F8F8F. Windows color (decimal): -5729227 or 3511464. OLE color: 3511464.

HSL color Cylindrical-coordinate representation of color #A89435: hue angle of 49.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 #A89435 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 53 -
CMYK 0 0.12 0.68 0.34
HSL 49.57º 0.52% 0.43% -
HSV(B) 49.57º 0.68% 0.66% -
XYZ 27.38 29.76 7.67 -
YUV 143.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 168 148 53 0 0.12 0.68 0.34 49.57 0.52 0.43
Hex A8 94 35 0 C 44 22 32 34 2B
Octal 250 224 65 0 14 104 42 62 64 53
Binary 10101000 10010100 110101 0 1100 1000100 100010 110010 110100 101011

Color Harmonies of #A89435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89435

Black with #A89435

Text Example


Text Example

White with #A89435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89435; }

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

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

background-color css

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

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

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

border-color css

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

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

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