Html Css Color HEX #A59433 Reef Gold

📋 copy color: '#A59433'

red 165 ◦ green 148 ◦ blue 51

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

Shades of Reef Gold #A59433

Tints of Reef Gold #A59433

RGB

 RED value IS 165 (64.84% from 255) = 45.33%

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

 BLUE value IS 51 (20.31% from 255) = 14.01%

R = 45.33%
G = 40.66%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A59433 (or 0xA59433) is known color: Reef Gold. HEX triplet: A5, 94 and 33. RGB value is (165,148,51). Sum of RGB (Red+Green+Blue) = 165+148+51=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A59433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59433 is #5A6BCC. Grayscale: #8E8E8E. Windows color (decimal): -5925837 or 3380389. OLE color: 3380389.

HSL color Cylindrical-coordinate representation of color #A59433: hue angle of 51.05º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A59433 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 51 -
CMYK 0 0.10 0.69 0.35
HSL 51.05º 0.53% 0.42% -
HSV(B) 51.05º 0.69% 0.65% -
XYZ 26.7 29.42 7.4 -
YUV 142.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 165 148 51 0 0.10 0.69 0.35 51.05 0.53 0.42
Hex A5 94 33 0 A 45 23 33 35 2A
Octal 245 224 63 0 12 105 43 63 65 52
Binary 10100101 10010100 110011 0 1010 1000101 100011 110011 110101 101010

Color Harmonies of #A59433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59433

Black with #A59433

Text Example


Text Example

White with #A59433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59433; }

 p { color: rgb(165,148,51); }

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

background-color css

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

 a { background-color: rgb(165,148,51); }

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

border-color css

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

 span { border-color: rgb(165,148,51); }

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