Html Css Color HEX #A38432 Reef Gold

📋 copy color: '#A38432'

red 163 ◦ green 132 ◦ blue 50

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

Shades of Reef Gold #A38432

Tints of Reef Gold #A38432

RGB

 RED value IS 163 (64.06% from 255) = 47.25%

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

 BLUE value IS 50 (19.92% from 255) = 14.49%

R = 47.25%
G = 38.26%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A38432 (or 0xA38432) is known color: Reef Gold. HEX triplet: A3, 84 and 32. RGB value is (163,132,50). Sum of RGB (Red+Green+Blue) = 163+132+50=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A38432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38432 is #5C7BCD. Grayscale: #848484. Windows color (decimal): -6061006 or 3310755. OLE color: 3310755.

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

Color convert

RGB 163 132 50 -
CMYK 0 0.19 0.69 0.36
HSL 43.54º 0.53% 0.42% -
HSV(B) 43.54º 0.69% 0.64% -
XYZ 23.93 24.52 6.49 -
YUV 131.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 163 132 50 0 0.19 0.69 0.36 43.54 0.53 0.42
Hex A3 84 32 0 13 45 24 2C 35 2A
Octal 243 204 62 0 23 105 44 54 65 52
Binary 10100011 10000100 110010 0 10011 1000101 100100 101100 110101 101010

Color Harmonies of #A38432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38432

Black with #A38432

Text Example


Text Example

White with #A38432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38432; }

 p { color: rgb(163,132,50); }

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

background-color css

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

 a { background-color: rgb(163,132,50); }

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

border-color css

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

 span { border-color: rgb(163,132,50); }

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